Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / SessionSummaryCollection Class / SessionSummaryCollection Constructor / SessionSummaryCollection Constructor(IRepository,IList<ISessionSummary>)

In This Topic
    SessionSummaryCollection Constructor(IRepository,IList<ISessionSummary>)
    In This Topic
    Create a new collection by loading the provided summaries.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal repository As IRepository, _
       ByVal sessions As IList(Of ISessionSummary) _
    )
    public SessionSummaryCollection( 
       IRepository repository,
       IList<ISessionSummary> sessions
    )

    Parameters

    repository
    sessions
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also